html, body {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;

}

.contact {
    
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    background-color: red;
    height: 700px;
    width: 700px;
    border-radius: 74px;
    box-shadow: -4px 0 7px rgba(255, 255, 255, 0.5), 4px 0 7px rgba(255, 255, 255, 0.5);
}

h1{
    color: white;
    text-shadow: 3px 3px 5px black;
}

#email{
    color: white;
    
}
#ordered{
    text-align: left;
    
}
#discord{
color: white;

}

#title {
    display: flex;
    flex-direction: column; 
    align-items: center;
    height: 250px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6); /* Transparent background */
    border-bottom: 3px solid #ffcc00;
    position: fixed; /* Make it stick to the top */
    top: 0; /* Position at the very top of the screen */
    width: 100%; /* Make sure it spans the entire width of the screen */
    z-index: 1000; /* Ensure it stays on top of other content */
}

#title h1 {
    font-size: 4rem;
    font-family: 'viking', serif;
    color: #ffcc00;
    text-shadow: 3px 3px 8px rgba(255, 204, 0, 0.8), 2px 2px 6px black;
    margin: 0;
    line-height: 1.2;
}

.underbuttons {
    position: absolute;
    bottom: 10px; 
    right: 20px;  

    
}
#Northern{
    width: 150px;
    border: red solid 2px ;
    border-radius: 10px;
    background-color: black;
    color:  white;
    padding: 6px;
    margin-right: 30px;
transition: box-shadow 0.2s ease, transform 0.2s ease;


}
#Northern:hover{
    box-shadow: -9px 0 10px rgba(255, 251, 0, 0.5), 9px 0 10px rgba(255, 251, 0, 0.5);
    transform: scale(1.1);
    color: rgb(236, 238, 140);
    border: solid 3px;
}

#support-button{
    border: none;
    border-radius: 100px;
    background-color: black;
    
    color: white;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    margin-right: 10px;
}
#support-button:hover{
    box-shadow: -7px 0 10px rgba(255, 251, 0, 0.5), 7px 0 10px rgba(255, 251, 0, 0.5);
    transform: scale(1.1);
    color: rgb(236, 238, 140);
    border: solid 3px;
}
#newsletter-button{
    border: none;
    border-radius: 100px;
    background-color: black;
   
    color: white;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    margin-right: 10px;
}
#newsletter-button:hover{
    box-shadow: -7px 0 10px rgba(255, 251, 0, 0.5), 7px 0 10px rgba(255, 251, 0, 0.5);
    transform: scale(1.1);
    color: rgb(236, 238, 140);
    border: solid 2px;
}
#faq-button{
    border: none;
    border-radius: 100px;
    background-color: rgb(0, 0, 0);
    height: 40px;
    color: white;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    margin-right: 10px;
   
}
#faq-button:hover{
    box-shadow: -7px 0 10px rgba(255, 251, 0, 0.5), 7px 0 10px rgba(255, 251, 0, 0.5);
    transform: scale(1.1);
    color: rgb(236, 238, 140);
    border: solid 2px;
}

#img1{
    height: 50px;
    border-radius: 70px;
}
#button{
    border: none;
    border-radius: 40px;
background-color: black;
color: white;
height: 40px;
width: 90px;

}

#button:hover{
background-color: rgb(54, 50, 50);
color: rgb(255, 255, 255);
}